home *** CD-ROM | disk | FTP | other *** search
/ Simple Backup / Simple Backup by STOMP.iso / SBU / FRA / data1.cab / dr_sumo-dr_me-product-w9-a / sys.bat
DOS Batch File  |  2001-07-25  |  445b  |  19 lines

  1. @echo off
  2. if "%1" == "" goto NOARG
  3. md %1\windows
  4. md %1\windows\command
  5. md %1\windows\command\ebd
  6. copy a:\io.sys %1\windows\command\ebd\WINBOOT.SYS /Y>NUL
  7. Attrib %1\windows\command\ebd\WINBOOT.SYS +r +s +h >NUL
  8. realsys.com %1
  9. Attrib %1\windows\command\ebd\WINBOOT.SYS -r -s -h >NUL
  10. del %1\windows\command\ebd\WINBOOT.SYS >NUL
  11. rd %1\windows\command\ebd
  12. rd %1\windows\command
  13. rd %1\windows
  14. :NOARG
  15. goto END
  16. :NOARG
  17. realsys.com
  18. :END
  19.